func runtime.makemap

4 uses

	runtime (current package)
		map_swiss.go#L36: 	return makemap(t, int(hint), m)
		map_swiss.go#L71: func makemap(t *abi.SwissMapType, hint int, m *maps.Map) *maps.Map {
		map_swiss.go#L220: 	return makemap(t, cap, nil)
		map_swiss.go#L338: 	dst := makemap(t, int(src.Used()), nil)